* process.h (PSET): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 02:49:24 +0000 (19:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 02:49:24 +0000 (19:49 -0700)
commite13d12860f3d37856c2ec3fbb8acee2306f17cf3
treea5b71e17289c9bfc1fa9f87e81a01ab634991fe3
parent23c58e9a95ecd7bfb7d84a393323eb13e2b1729a
* process.h (PSET): Remove.

Replace all uses with calls to new setter functions.
Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
(PROCESS_INLINE): New macro.
(pset_childp): New setter function.
(pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
* process.c (PROCESS_INLINE):
Define to EXTERN_INLINE, so that the corresponding functions
are compiled into code.
(pset_buffer, pset_command, pset_decode_coding_system)
(pset_decoding_buf, pset_encode_coding_system)
(pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
(pset_plist, pset_sentinel, pset_status, pset_tty_name)
(pset_type, pset_write_queue): New setter functions.
src/ChangeLog
src/gnutls.c
src/process.c
src/process.h
src/sysdep.c
src/w32.c